Add some visible border to the default csd
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Mar 2013 22:34:35 +0000 (18:34 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Mar 2013 23:01:25 +0000 (19:01 -0400)
gtk/gtk-default.css

index c595998168c8429ae9e9563a8171bddad27e2388..d0776802f51145aaf9d92cee6acc18a01b81e6b2 100644 (file)
@@ -792,7 +792,7 @@ GtkCalendar.button:hover {
 .window-border {
   border-color: darker (@bg_color);
   border-radius: 10px;
-  border-width: 0;
+  border-width: 2px;
   border-style: solid;
 }